REF=NOT_OVERFLOWED, DMF=NO_MATCH, FCF=NOT_COMPLETED, TDF=TXDATA_NOT_REQST, WCF=NOT_COMPLETED, RDF=NOTREADY, TEF=NO_UNDERRUN, TCF=NOT_COMPLETED, MBF=IDLE
Status Register
| TDF | Transmit Data Flag 0 (TXDATA_NOT_REQST): Transmit data not requested 1 (TXDATA_REQST): Transmit data is requested |
| RDF | Receive Data Flag 0 (NOTREADY): Receive Data is not ready 1 (READY): Receive data is ready |
| WCF | Word Complete Flag 0 (NOT_COMPLETED): Transfer of a received word has not yet completed 1 (COMPLETED): Transfer of a received word has completed |
| FCF | Frame Complete Flag 0 (NOT_COMPLETED): Frame transfer has not completed 1 (COMPLETED): Frame transfer has completed |
| TCF | Transfer Complete Flag 0 (NOT_COMPLETED): All transfers have not completed 1 (COMPLETED): All transfers have completed |
| TEF | Transmit Error Flag 0 (NO_UNDERRUN): Transmit FIFO underrun has not occurred 1 (UNDERRUN): Transmit FIFO underrun has occurred |
| REF | Receive Error Flag 0 (NOT_OVERFLOWED): Receive FIFO has not overflowed 1 (OVERFLOWED): Receive FIFO has overflowed |
| DMF | Data Match Flag 0 (NO_MATCH): Have not received matching data 1 (MATCH): Have received matching data |
| MBF | Module Busy Flag 0 (IDLE): LPSPI is idle 1 (BUSY): LPSPI is busy |